Skip to content

build(deps-dev): bump @hey-api/openapi-ts from 0.92.4 to 0.95.0#52

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/hey-api/openapi-ts-0.95.0
Open

build(deps-dev): bump @hey-api/openapi-ts from 0.92.4 to 0.95.0#52
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/hey-api/openapi-ts-0.95.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 2, 2026

Bumps @hey-api/openapi-ts from 0.92.4 to 0.95.0.

Release notes

Sourced from @​hey-api/openapi-ts's releases.

@​hey-api/openapi-ts@​0.95.0

Minor Changes

Validator request schemas

Valibot plugin no longer exports composite request Data schemas. Instead, each layer is exported as a separate schema. If you're using validators with SDKs, you can preserve the composite schema with shouldExtract:

export default {
  input: "hey-api/backend", // sign up at app.heyapi.dev
  output: "src/client",
  plugins: [
    // ...other plugins
    {
      name: "sdk",
      validator: "valibot",
    },
    {
      name: "valibot",
      requests: {
        shouldExtract: true,
      },
    },
  ],
};

Removed plugin.getSymbol() function

This function has been removed. You can use plugin.querySymbol() instead. It accepts the same arguments and returns the same result.

Validator request schemas

Zod plugin no longer exports composite request Data schemas. Instead, each layer is exported as a separate schema. If you're using validators with SDKs, you can preserve the composite schema with shouldExtract:

export default {
  input: "hey-api/backend", // sign up at app.heyapi.dev
  output: "src/client",
  plugins: [
    // ...other plugins
    {
      name: "sdk",
      validator: "zod",
</tr></table> 

... (truncated)

Commits
  • 5e1eaea Merge pull request #3664 from hey-api/changeset-release/main
  • acd0e9d ci: release
  • 632638f Merge pull request #3675 from hey-api/refactor/dsl-from-value
  • 8aa4698 refactor: rename fromValue file to from-value
  • 11db9af Merge pull request #3674 from hey-api/docs/sponsors-mintlify-3
  • a32e70b docs: remove Mintlify from sponsors
  • 3efbe9b Merge pull request #3673 from hey-api/docs/sponsors-mintlify-2
  • bd2bf6e docs: remove Mintlify from sponsors
  • 1162b4a Merge pull request #3672 from hey-api/docs/soon-to-vote
  • 5f696b7 docs: update soon label to vote
  • Additional commits viewable in compare view

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Apr 2, 2026
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/hey-api/openapi-ts-0.95.0 branch from fdb89de to 4969fe4 Compare April 3, 2026 18:17
Bumps [@hey-api/openapi-ts](https://github.com/hey-api/openapi-ts) from 0.92.4 to 0.95.0.
- [Release notes](https://github.com/hey-api/openapi-ts/releases)
- [Changelog](https://github.com/hey-api/openapi-ts/blob/main/docs/CHANGELOG.md)
- [Commits](https://github.com/hey-api/openapi-ts/compare/@hey-api/openapi-ts@0.92.4...@hey-api/openapi-ts@0.95.0)

---
updated-dependencies:
- dependency-name: "@hey-api/openapi-ts"
  dependency-version: 0.95.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/hey-api/openapi-ts-0.95.0 branch from 4969fe4 to 6e4ebfd Compare April 3, 2026 18:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants